@font-face {
    font-family: 'Hero New Regular';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Hero New Regular'),
        url('../fonts/Hero New Regular.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Hero New Medium';
    font-style: normal;
    font-weight: 500;
    src: local('../fonts/Hero New Medium'),
        url('../fonts/Hero New Medium.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Hero New SemiBold';
    font-style: normal;
    font-weight: 600;
    src: local('../fonts/Hero New SemiBold'),
        url('../fonts/Hero New SemiBold.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Hero New Bold';
    font-style: normal;
    font-weight: 700;
    src: local('../fonts/Hero New Bold'),
        url('../fonts/Hero New Bold.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Hero New ExtraBold';
    font-style: normal;
    font-weight: 900;
    src: local('../fonts/Hero New ExtraBold'),
        url('../fonts/Hero New ExtraBold.woff') format('woff');
    font-display: swap;
}

html {
    font-size: 16px;
}

.cookies {
    position: fixed;
    z-index: 1000000;
    width: 400px;
    left: 1.5rem;
    bottom: 1.5rem;
    padding: 1rem;
    background-color: rgba(26, 30, 49, 0.97);
    border-radius: 6px;
    box-shadow: 0 0 11px 2px hsl(0deg 0% 100% / 5%);
}

.cookies a {
    color: #fbe3a3 !important;
}

.cookies-btn {
    width: 45%;
    margin-top: 0.5rem;
}

.cookies-btn .main-btn {
    font-size: 0.857rem;
    padding: 0.5rem;
}

@media (max-width: 767px) {
    .cookies {
        width: 100%;
        left: 0;
        padding: 2rem;
        border-radius: 0;
        box-shadow: none;
        background-color: rgba(26, 30, 49, 0.93);
        bottom: 6rem;
    }

    .cookies h5 {
        font-size: 1.5rem;
        line-height: 1.5;
    }

    .cookies-btn {
        margin-top: 1rem;
        width: 35%;
    }

    .cookies-btn .main-btn {
        font-size: 1.25rem;
        padding: 1rem;
    }
}

.hidden {
    display: none;
}

.homeHero {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../img/bannerxxl.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .homeHero {
        display: flex;
        justify-content: center;
        align-items: center;
        background-position: 0% center;
        height: 100vh;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .homeHero {
        display: block;
        background-position: 55% center;
    }
}

@media (max-width: 575.98px) {
    .homeHero {
        background-position: 36% center;
        height: 90vh;
    }
}

.homeHero:before {
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(19, 62, 107, 0)),
        to(#133e6a)
    );
    background: linear-gradient(180deg, rgba(19, 62, 107, 0) 0%, #133e6a 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.homeHero__content {
    width: 55rem;
    position: relative;
    z-index: 2;
    top: 8vh;
}

@media (max-width: 991.98px) {
    .homeHero__content {
        width: 100%;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .homeHero__content {
        top: 0;
        padding: 150px 46px 230px;
        text-align: left;
    }
}

@media (max-width: 575.98px) {
    .homeHero__content {
        top: 0vh;
    }
}

.homeHero__content__top img {
    display: none;
}

@media (max-width: 767px) {
    .homeHero__content__top img {
        display: inline-block;
        margin-bottom: 2.25rem;
    }
}

.homeHero__content__top p {
    font-family: 'Hero New ExtraBold', sans-serif;
    font-size: 1.5rem;
    line-height: 2.25rem;
    letter-spacing: 0.2rem;
    margin-bottom: 2rem;
}

@media (max-width: 575.98px) {
    .homeHero__content__top p span {
        display: block;
    }

    .homeHero__content__top img {
        margin-bottom: 1rem;
    }
}

@media (max-width: 575.98px) {
    .homeHero__content__top p {
        line-height: 2rem;
        padding: 0 1rem;
        margin: 1rem 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .homeHero__content__top p {
        font-size: 20px;
    }
}

.homeHero__content__top h1 {
    font-family: 'Hero New Bold', sans-serif;
    font-size: 90px;
    font-weight: 700;
    line-height: 110%;
    word-spacing: 1rem;
    text-shadow: 0px 0.25rem 0.25rem rgba(0, 0, 0, 0.125);
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

p.homeHero__content__bonus {
    font-size: 2.25rem;
    margin-bottom: 4rem;
}

@media (max-width: 575.98px) {
    .homeHero__content__top h1 {
        font-size: 48px;
        margin-bottom: 2rem;
        max-width: 315px;
        margin-left: auto;
        margin-right: auto;
    }

    p.homeHero__content__bonus {
        font-family: 'Hero New Medium', sans-serif;
        font-size: 1.25rem;
        margin-bottom: 1.25rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .homeHero__content__top h1 {
        font-size: 60px;
        letter-spacing: 0px;
    }
}

/* @media (min-width: 576px) and (max-width: 991.98px) {
    .homeHero__content__top h1 {
        font-size: 4rem;
    }
} */

/* @media (min-width: 992px) and (max-width: 1531.98px) {
    .homeHero__content__top h1 {
        font-size: 6.5rem;
        line-height: auto;
    }
} */

.homeHero__content__top h1 mark {
    text-transform: uppercase;
    background: linear-gradient(20deg, #bb9f65 5%, #fbe3a3 5.81%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.homeHero__content__top h2 {
    font-family: 'Hero New Bold', sans-serif;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.125rem;
    margin: 1.875rem 0;
}

@media (max-width: 575.98px) {
    .homeHero__content__top h2 {
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) and (max-width: 1531.98px) {
    .homeHero__content__top h2 {
        font-size: 2rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .homeHero__content__top h2 {
        font-size: 20px;
    }
}

.homeHero__content__top__btn {
    width: 15.3125rem;
    text-align: center;
}

@media (max-width: 991.98px) {
    .homeHero__content__top__btn {
        margin: 0 auto;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .homeHero__content__top__btn {
        margin: 0;
        text-align: center;
    }
}

.homeHero__content__top__btn button {
    font-size: 1.5rem;
    min-height: 3.75rem;
    padding: 0.75rem 3.75rem;
    -webkit-animation: pulseBtn 1.5s infinite;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    animation: pulseBtn 1.5s infinite;
}

@media (max-width: 575.98px) {
    .homeHero__content__top__btn button {
        padding: 0.75rem 2rem;
    }
}

.homeHero__content__top__btn button a {
    color: #132851;
}

.homeHero__content__top__btn h6 {
    font-family: 'Hero New Bold', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.125rem;
    margin-top: 2rem;
    width: 100%;
}

@media (max-width: 575.98px) {
    .homeHero__content__top__btn h6 {
        font-size: 1.25rem;
        margin-top: 1.25rem;
    }

    .homeHero__content__top__btn {
        width: 100%;
        text-align: center;
    }

    .homeHero__content__top__btn button {
        width: 15.3125rem;
        text-align: center;
    }
}

@-webkit-keyframes pulseBtn {
    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes pulseBtn {
    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.main-content {
    position: relative;
}

.sticky-placeholder {
    height: 10vh;
}

.entry-advantage {
    display: flex;
    z-index: 10000;
    position: absolute;
    display: none;
    gap: 12px;
    justify-content: flex-end;
    position: absolute;
    width: calc(100% - 40px);
    z-index: 2;
}

.entry-advantage-item {
    align-items: center;
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    background: linear-gradient(
        76.87deg,
        hsla(0, 0%, 100%, 0.3) -7.84%,
        hsla(0, 0%, 100%, 0) 109.62%,
        hsla(0, 0%, 100%, 0.26) 0
    );
    border: 2px solid hsla(0, 0%, 100%, 0.2);
    border-radius: 8px;
    display: flex;
    gap: 12px;
    padding: 11px;
    width: 100%;
}

.entry-advantage__data {
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
}

.entry-advantage__title {
    font-weight: 700;
}

.entry-advantage__icon {
    height: 24px;
    width: 24px;
    stroke: white;
}

@media (min-width: 768px) {
    .entry-advantage {
        bottom: 150px;
        right: 20px;
        display: flex;
    }
}

@media (min-width: 991.98px) {
    .entry-advantage {
        bottom: 180px;
        right: 20px;
        width: 100%;
    }

    .entry-advantage-item {
        max-width: 245px;
        padding: 15px;
    }
}

@media (min-width: 1248px) {
    .entry-advantage {
        bottom: 135px;
        right: 60px;
    }

    .entry-advantage-item {
        gap: 18px;
        max-width: 293px;
        padding: 19px;
    }

    .entry-advantage__title {
        font-size: 16px;
    }

    .entry-advantage__icon {
        height: 32px;
        width: 32px;
    }
}

.homeHero__content__below {
    position: fixed;
    z-index: 1000;
    width: 88.5%;
    padding: 0 4rem;
    margin: 0 auto;
    bottom: 0;
    left: 56%;
    bottom: 3rem;
    background: transparent;
    height: 6.5vh;
    transform: translateX(-50.5%);
}

.homeHero__content__below-sticky {
    width: 100%;
    position: sticky;
    left: 0;
    transform: translateX(0%);
}

@media (max-width: 991.98px) {
    .homeHero__content__below {
        padding: 0;
        width: 100%;
        bottom: 6rem;
        z-index: 1000;
        left: 0;
        transform: translateX(0%);
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .homeHero__content__below {
        padding: 0;
        width: 95%;
        bottom: 2rem;
        z-index: 1000;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .homeHero__content__below-sticky {
        position: sticky;
        left: 0;
        transform: translateX(0);
    }
}

.homeHero__content__below__bg {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(255, 255, 255, 0.8)),
        to(rgba(255, 255, 255, 0.8))
    );
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.8) 0%,
        rgba(255, 255, 255, 0.8) 100%
    );
    border-radius: 6.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0.2rem 2rem;
}

@media (max-width: 575.98px) {
    .homeHero__content__below {
        height: 9vh;
    }

    .sticky-placeholder {
        height: 9vh;
    }
}

@media (max-width: 991.98px) {
    .homeHero__content__below__bg {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .homeHero__content__below__bg {
        border-radius: 6.25rem;
        height: 50px;
        justify-content: space-between;
    }
}

.homeHero__content__below__bg__left ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.homeHero__content__below__bg__left ul li {
    margin-right: 1rem;
}

@media (max-width: 991.98px) {
    .homeHero__content__below__bg__left ul li {
        margin: 0 1.5rem;
    }
}

.homeHero__content__below__bg__left ul li .visa {
    width: 3rem;
}

@media (max-width: 991.98px) {
    .homeHero__content__below__bg__left ul li .visa {
        width: 5rem;
    }
}

.homeHero__content__below__bg__left ul li .mastercard {
    width: 2rem;
}

@media (max-width: 991.98px) {
    .homeHero__content__below__bg__left ul li .mastercard {
        width: 3rem;
    }
}

.homeHero__content__below__bg__left ul li .neteller {
    width: 6rem;
}

@media (max-width: 991.98px) {
    .homeHero__content__below__bg__left ul li .neteller {
        width: 10rem;
    }
}

.homeHero__content__below__bg__left ul li .skrill {
    width: 3rem;
}

@media (max-width: 991.98px) {
    .homeHero__content__below__bg__left ul li .skrill {
        width: 5rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .homeHero__content__below__bg__left ul li {
        margin: 0;
        margin-right: 10px;
    }
    .homeHero__content__below__bg__left ul li .visa {
        width: 3rem;
    }

    .homeHero__content__below__bg__left ul li .mastercard {
        width: 2rem;
    }

    .homeHero__content__below__bg__left ul li .neteller {
        width: 5rem;
    }
    .homeHero__content__below__bg__left ul li .skrill {
        width: 2rem;
    }
}

@media (max-width: 991.98px) {
    .homeHero__content__below__bg__right {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .homeHero__content__below__bg__right {
        display: block;
    }
}

.homeHero__content__below__bg__right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.homeHero__content__below__bg__right ul li {
    margin-left: 2.25rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .homeHero__content__below__bg__right ul li {
        margin-left: 10px;
    }
}

.homeHero__content__below__bg__right ul li img {
    width: 1.4375rem;
    height: auto;
}

.homeHero__content__below__bg__right ul li .support {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.homeHero__content__below__bg__right ul li .support__text {
    margin-left: 0.75rem;
}

.homeHero__content__below__bg__right ul li .support__text h6 {
    font-family: 'Hero New Bold', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: normal;
    color: #132851;
}

.homeHero__content__below__bg__right ul li .support__text p {
    font-size: 0.625rem;
    color: #132851;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .homeHero__content__below__bg__right ul li .support__text p {
        display: none;
    }
}

.homeHero__content__below__bg__right button {
    display: none;
}

.homeHero__content__below__bg__right button a {
    color: #132851;
}

.homeHero__content__below__bg .scrolled ul {
    display: none;
}

.homeHero__content__below__bg .scrolled button {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    min-height: auto;
    padding: 0.75rem 1.5625rem;
}

.gallery {
    position: relative;
}

.gallery .mrRight {
    margin-right: unset;
    padding-right: 0;
}

.gallery__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 16px;
}

.gallery__text p {
    font-size: 1rem;
    font-weight: 500;
    width: 50%;
    padding: 0 3rem;
}

.gallery__text-left {
    width: 65%;
}

.gallery__text a {
    font-size: 16px;
    transition: all 0.2s;
}

@media (max-width: 575.98px) {
    .gallery__text a {
        font-size: 12px;
        transition: all 0.2s;
    }
}

.gallery__text a:hover {
    color: #fbe3a3;
}

@media (max-width: 991.98px) {
    .gallery__text p {
        width: 100%;
        padding: 0;
        padding-right: 3rem;
    }
}

@media (max-width: 991.98px) {
    .gallery__text p {
        text-align: center;
    }
}

.gallery__content {
    padding-bottom: 40px;
    position: relative;
}

.gallery__content::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 5rem;
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        color-stop(0.9%, #143762),
        to(rgba(20, 55, 98, 0))
    );
    background: linear-gradient(270deg, #143762 0.9%, rgba(20, 55, 98, 0));
    z-index: 2;
}

.gallery__content__slider__controls {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
}

.gallery__content__slider__controls button img {
    width: 0.4825rem;
    height: auto;
}

.gallery__content__slider__controls__prev {
    margin-bottom: 0.5rem;
}

.gallery__content__slider__controls__prev button img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.gallery__content__slider__controls__next {
    margin-top: 0.5rem;
}

.gallery__content__slider__controls .swiper-button-disabled {
    opacity: 0.25;
}

/* .gallery__content__slider .gallerySlider .swiper-wrapper {
    margin-left: 3.75rem;
} */

@media (max-width: 575.98px) {
    .gallery__content__slider .gallerySlider .swiper-wrapper {
        margin-left: 2rem;
    }

    .gallery__content__slider__controls {
        display: none;
    }

    .gallery__content::after {
        z-index: -99;
        background: none;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .gallery__content__slider .gallerySlider .swiper-wrapper {
        margin-left: 20px;
    }
}

.gallery__content__slider__single {
    position: relative;
    width: 160px;
    border-radius: 0.625rem;
    overflow: hidden;
    margin-right: 1rem;
    /* cursor: -webkit-grabbing;
    cursor: grabbing; */
}

@media (max-width: 575.98px) {
    .gallery__content__slider__single {
        margin-right: 0;
    }
}

.gallery__content__slider__single:before {
    content: '';
    width: 100%;
    height: 100%;
    /* background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(50%, rgba(0, 0, 0, 0)),
        to(#141729)
    );
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #141729 100%); */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.gallery__content__slider__single__img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gallery__content__slider__single__img:after {
    content: '';
    width: 100%;
    height: 160px;
    background: linear-gradient(
        179.42deg,
        rgba(19, 28, 56, 0) 6.06%,
        #131c38 99%
    );
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1;
}

.gallery__content__slider__single__img img {
    width: 100%;
    height: 160px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.gallery__content__slider__single__img button {
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    z-index: 1;
}

.gallery__content__slider__single__img button a {
    color: #1a1e31;
}

.gallery__content__slider__single__img .provideLogo {
    position: absolute;
    z-index: 1;
}

.gallery__content__slider__single__img .provideLogo img {
    width: 9.625rem !important;
    height: auto;
}

.gallery__content__slider__single__text {
    position: relative;
    z-index: 1;
    width: 100%;
    color: #ffffff;
    padding: 1rem 0.25rem;
    text-align: center;
    border-radius: 0 0 0.625rem 0.625rem;
    background-color: #121d38;
}

.gallery__content__slider__single__text h4 {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 0.25rem;
}

.gallery__content__slider__single__text p {
    font-size: 12px;
    font-weight: 500;
    opacity: 0.6;
}

.gallery__content__slider__single:hover img {
    opacity: 0.5;
}

.gallery__content__slider__single:hover button {
    opacity: 1;
}

.game {
    margin-top: 2rem;
}

@media (min-width: 991.98px) {
    .gallery__content__slider__single {
        width: 250px;
    }

    .gallery__content__slider__single__img {
        height: 256px;
    }

    .gallery__content__slider__single__img img {
        height: 100%;
    }

    .services .gallery__content__slider__single__img {
        height: auto;
    }
}

@media (max-width: 991.98px) {
    .game {
        margin-top: 4rem;
    }
}

@media (max-width: 575.98px) {
    .game {
        margin-top: 0rem;
    }
}

.live .gallery__content__slider__single,
.providers .gallery__content__slider__single,
.weekly .gallery__content__slider__single,
.action .gallery__content__slider__single {
    min-height: 13rem;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.live .gallery__content__slider__single:before,
.providers .gallery__content__slider__single:before,
.weekly .gallery__content__slider__single:before,
.action .gallery__content__slider__single:before {
    content: none;
}

.live .gallery__content__slider__single__img img,
.providers .gallery__content__slider__single__img img,
.weekly .gallery__content__slider__single__img img,
.action .gallery__content__slider__single__img img {
    border-radius: 0.625rem;
}

.live .gallery__content__slider__single__img:after,
.providers .gallery__content__slider__single__img:after,
.weekly .gallery__content__slider__single__img:after,
.action .gallery__content__slider__single__img:after {
    content: none;
}

.live .gallery__content__slider__single__text,
.providers .gallery__content__slider__single__text,
.weekly .gallery__content__slider__single__text,
.action .gallery__content__slider__single__text {
    text-align: left;
    padding-left: 0;
}

.live .gallery__content__slider__single__text .top img,
.providers .gallery__content__slider__single__text .top img,
.weekly .gallery__content__slider__single__text .top img,
.action .gallery__content__slider__single__text .top img {
    width: 4.8125rem;
    height: auto;
}

.providers .gallery__content__slider__single__img img {
    border-radius: 50%;
    opacity: 0.5;
}

.providers .gallery__content__slider__single__img .provideLogo img {
    opacity: 1;
    border-radius: 0;
}

.providers .gallery__content__slider__single {
    cursor: default;
}

.providers .gallery__content__slider__single button {
    opacity: 1;
}

.providers .gallery__content__slider__single .provideLogo {
    opacity: 1;
}

.providers .gallery__content__slider__single:hover img {
    opacity: 0.75;
}

.providers .gallery__content__slider__single:hover button {
    opacity: 1;
}

@media (max-width: 575.98px) {
    .providers .gallery__content__slider__single {
        width: 101px;
        height: 101px;
    }
    .providers .gallery__content__slider__single__img img {
        width: 100%;
        height: 100%;
    }
}

.jackpot {
    padding-bottom: 40px;
}

.jackpot__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991.98px) {
    .jackpot__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.jackpot__content__left {
    width: 60rem;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

@media (max-width: 991.98px) {
    .jackpot__content__left {
        width: 100%;
    }
}

.jackpot__content__left img {
    width: 100%;
    height: auto;
}

.jackpot__content__left h6 {
    font-family: 'Hero New Bold', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: normal;
    color: #fee196;
    text-shadow: 0.3rem 0.084rem 0rem #a37e1c;
    position: absolute;
    bottom: 33%;
}

.game__image {
    opacity: 1;
    transition: opacity 0.5s;
}

.game__image:hover {
    opacity: 0.5;
}

.link {
    color: #fee196;
    cursor: pointer;
}

@media (max-width: 575.98px) {
    .jackpot__content__left h6 {
        font-size: 2.5rem;
        bottom: 27%;
    }

    .jackpot__content__left {
        height: 15rem;
    }
}

.jackpot__content__right {
    width: 50%;
}

@media (max-width: 991.98px) {
    .jackpot__content__left h6 {
        font-size: 2.5rem;
    }
    .jackpot__content__right {
        width: 100%;
    }
}

.jackpot__content__right__top {
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.jackpot__content__right__top h2 {
    font-size: 0.9375rem;
    font-weight: 400;
    color: #eae7d6;
    opacity: 0.5;
}

.jackpot__content__right__winners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem;
    border-radius: 0.4594rem;
    -webkit-filter: drop-shadow(0px 14.706px 36.7651px #133f6c);
    filter: drop-shadow(0px 14.706px 36.7651px #133f6c);
    cursor: pointer;
}

.jackpot__content__right__winners__left .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.jackpot__content__right__winners__left .top img {
    width: 3.1469rem;
    height: auto;
}

.jackpot__content__right__winners__left .top h4 {
    font-family: 'Hero New Bold', sans-serif;
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: normal;
    margin-left: 1rem;
}

@media (max-width: 575.98px) {
    .jackpot__content__right__winners__left .top h4 {
        font-size: 0.95rem;
    }
}

.jackpot__content__right__winners__left .top h4 span {
    color: #fbe3a3;
}

.jackpot__content__right__winners__right p {
    font-family: 'Hero New Bold', sans-serif;
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: normal;
}

.jackpot__content__right__winners:hover {
    background-color: #3b87d3;
}

.packages {
    margin-top: 2rem;
}

/* @media (min-width: 1300px) {
    .packages .gallery__content__slider__controls {
        display: none;
    }
} */

@media (min-width: 1300px) {
    .packages .swiper-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 0 !important;
    }
}

.packages .gallery__content {
    width: 90%;
    min-height: 37.5rem;
    margin: 0 auto;
    text-align: center;
    background-image: url(../img/blur_bg.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 1.25rem;
}

@media (max-width: 1299.98px) {
    .packages .gallery__content {
        background-image: none;
        width: 100%;
        text-align: left;
    }
}

.packages .gallery__content:after {
    content: none;
}

.packages .gallery__content h2 {
    padding-top: 1rem;
    padding-bottom: 3rem;
    text-shadow: 0px 0.25rem 0.25rem rgba(0, 0, 0, 0.125);
}

@media (max-width: 1299.98px) {
    .packages .gallery__content h2 {
        padding-left: 4rem;
        padding-top: 0;
    }
}

@media (max-width: 575.98px) {
    .packages .gallery__content h2 {
        padding-left: 2.125rem;
    }
}

.packages .gallery__content h2 span {
    font-family: 'Hero New ExtraBold', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    background: linear-gradient(20deg, #bb9f65 5%, #fbe3a3 5.81%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.packages .gallery__content__slider__single:before {
    content: none;
}

.packages .gallery__content__slider__single__img:after {
    content: none;
}

.packages .gallery__content__slider__single {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#141729),
        to(#133f6c)
    );
    background: linear-gradient(180deg, #141729 0%, #133f6c 100%);
    padding: 1rem;
    padding-top: 2rem;
    width: 17.5rem;
    min-height: 25rem;
    cursor: default;
}

@media (min-width: 1300px) and (max-width: 1531.98px) {
    .packages .gallery__content__slider__single {
        width: 15.5rem;
    }
}

.packages .gallery__content__slider__single button {
    opacity: 1;
}

.packages .gallery__content__slider__single:hover {
    opacity: 0.65;
}

.packages .gallery__content__slider__single:hover button {
    opacity: 1;
}

.packages .gallery__content__slider__single__text {
    padding: 0;
}

.packages .gallery__content__slider__single__text .number {
    width: 3.25rem;
    height: 3.25rem;
    border: 1px solid #fbe3a3;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}

.packages .gallery__content__slider__single__text .number h5 {
    font-family: 'Hero New Bold', sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: normal;
}

.packages .gallery__content__slider__single__text h4 {
    font-family: 'Hero New SemiBold', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.5rem;
    padding: 1rem 0;
    color: #fbe3a3;
}

.packages .gallery__content__slider__single__text p {
    font-family: 'Hero New SemiBold', sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2rem;
    opacity: 1;
}

.packages .gallery__content__slider__single__text h6 {
    font-family: 'Hero New SemiBold', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.75rem;
    opacity: 0.75;
    padding: 2rem 0 1.5rem 0;
}

.packages .gallery__content__slider__single__text button {
    width: 10rem;
}

.packages .gallery__content__slider__single__text button a {
    color: #132851;
}

.weekly .gallery__content__slider__single {
    background: linear-gradient(
        113.56deg,
        rgba(20, 23, 40, 0.7) 5.43%,
        rgba(20, 23, 40, 0.2) 99.15%
    );
    padding: 1rem;
    width: 22.3125rem;
    min-height: auto;
    cursor: pointer;
}

.weekly .gallery__content__slider__single__img {
    height: 11.5rem;
    overflow: hidden;
}

.weekly .gallery__content__slider__single__img img {
    width: 100%;
}

.weekly .gallery__content__slider__single__text {
    padding-left: 0.25rem;
}

.weekly .gallery__content__slider__single__text h4 {
    font-family: 'Hero New Bold', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.875rem;
}

.weekly .gallery__content__slider__single__text p {
    font-family: 'Hero New Bold', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.25rem;
    color: #fbe3a3;
    opacity: 1;
    padding-bottom: 0.25rem;
}

@media (min-width: 1532px) {
    .services .gallery__content__slider__controls {
        display: none;
    }
}

@media (min-width: 1532px) {
    .services .gallery__content:after {
        content: none;
    }
}

.services .gallery__content__slider__single {
    padding: 25px 20px 44px;
    width: 323px;
    height: 394.766px;
}

.services .gallery__content__slider__single:after {
    content: '';
    background-image: url('.././img/vip.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 2rem;
    width: 38.6094px;
    height: 67px;
}

.services .cyan {
    background: #008eac;
}

.services .purple {
    background: #46397e;
}

.services .navyBlue {
    background: #445bb9;
}

.services .blue {
    background: #132851;
}

.services .gallery__content__slider__single:before {
    content: none;
}

.services .gallery__content__slider__single__img {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 2rem;
}

.services .gallery__content__slider__single__img img {
    width: 100%;
    max-width: 116px;
    height: auto;
}

.services .gallery__content__slider__single__img:after {
    content: none;
}

.services .gallery__content__slider__single__text {
    text-align: left;
    background-color: transparent;
}

.services .gallery__content__slider__single__text h4 {
    font-family: 'Hero New Bold', sans-serif;
    font-size: 24px;
    font-weight: 700;
    /* line-height: 1.875rem; */
    padding-bottom: 20px;
}

.services .gallery__content__slider__single__text p {
    font-size: 18px;
    opacity: 0.5;
}

.action .gallery__content__slider__single {
    background: rgba(255, 255, 255, 0);
    width: 29.6369rem;
    min-height: auto;
    cursor: pointer;
}

.action .gallery__content__slider__single:before {
    content: '';
    background: linear-gradient(
        113.56deg,
        rgba(20, 23, 40, 0.7) 5.43%,
        rgba(20, 23, 40, 0.2) 99.15%
    );
}

.action .gallery__content__slider__single__img img {
    width: 100%;
}

.action .gallery__content__slider__single__text {
    padding: 1.25rem 1.25rem 0 1.25rem;
    position: absolute;
    min-height: 19.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.action .gallery__content__slider__single__text .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.action .gallery__content__slider__single__text .middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.action .gallery__content__slider__single__text .below {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.action .gallery__content__slider__single__text .below .time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.action .gallery__content__slider__single__text .below .time button {
    font-family: 'Hero New Medium', sans-serif !important;
    font-weight: 500 !important;
    text-transform: none;
    padding: 0.75rem 1rem;
}

.action .gallery__content__slider__single__text .below .time button a {
    font-size: 1rem;
    color: #000000;
}

.action .gallery__content__slider__single__text .below .time img {
    width: 1.4375rem;
    height: auto;
    margin-right: 0.25rem;
}

.action .gallery__content__slider__single__text .below .time h4 {
    padding-top: 0.25rem;
}

.action .gallery__content__slider__single__text .below .time h4 span {
    font-family: 'Hero New Bold', sans-serif;
    font-size: 2.0625rem;
    font-weight: 700;
    line-height: normal;
    color: #fee196;
}

.action .gallery__content__slider__single__text .middle .bar {
    border-right: 1px solid #ffffff;
    padding-right: 2rem;
}

.action .gallery__content__slider__single__text .middle .bar2 {
    padding-left: 2rem;
}

.action .gallery__content__slider__single__text .top img {
    margin-right: 1rem;
}

.action .gallery__content__slider__single__text h4 {
    font-family: 'Hero New SemiBold', sans-serif;
    font-size: 1.1875rem;
    font-weight: 600;
    line-height: 1.875rem;
}

.action .gallery__content__slider__single__text p {
    font-size: 1rem;
    opacity: 1;
    padding-bottom: 0.25rem;
}

.faq {
    padding-bottom: 40px;
}

.faq__content {
    margin-top: 12px;
}

.faq__content .accord {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 6px;
}

.faq__content .accord__item {
    padding: 14px 16px 12px;
    background: #10152d;
    position: relative;
    border-radius: 0.625rem;
    width: 100%;
    cursor: pointer;
}

.faq__content .accord__item h3 {
    font-family: 'Hero New SemiBold', sans-serif;
    font-size: 12px;
    font-weight: 600;
    /* line-height: 2rem; */
    padding-right: 3rem;
}

.faq__content .accord__item p {
    font-size: 1.5rem;
    opacity: 0.5;
    padding-top: 2.5rem;
    padding-bottom: 1rem;
    /* line-height: 1.5rem; */
}

.faq__content .accord__item:after {
    position: absolute;
    right: 2rem;
    content: url(../img/arrow-faq.svg);
    top: 1rem;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    width: 12px;
    height: 12px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .faq__content .accord {
        row-gap: 10px;
    }

    .faq__content .accord__item {
        padding: 20px 26px;
    }

    .faq__content .accord__item p {
        font-size: 16px;
    }

    .faq__content .accord__item h3 {
        font-size: 18px;
    }
}

@media (min-width: 992px) and (max-width: 1299.98px) {
    .faq__content .accord__item:after {
        width: 1.125rem;
        height: 1.125rem;
        top: 2rem;
    }
}

@media (max-width: 575.98px) {
    .faq__content .accord__item p {
        font-size: 12px;
    }
}

@media (min-width: 991.98px) {
    .faq__content .accord__item {
        padding: 28px 26px;
    }

    .faq__content .accord__item h3 {
        font-size: 22px;
    }

    .faq__content .accord__item p {
        font-size: 18px;
    }

    .faq__content .accord__item:after {
        width: 1.125rem;
        height: 1.125rem;
        top: 32px;
    }
}

.faq__content .accord__item.open:after {
    content: url(../img/arrow-faq.svg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 1.5rem;
}

.faq__content .accord__item:not(.open) p {
    display: none;
}

.discover {
    position: relative;
    overflow: hidden;
    padding: 2rem 0 4rem 0;
}

.discover__content {
    text-align: center;
}

.discover__content h5 {
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 18px 0;
    line-height: 2;
    color: hsla(0, 0%, 100%, 0.6);
    text-align: left;
}

.discover__content p {
    font-size: 0.9rem;
    color: #656d7d;
}

@media (max-width: 575.98px) {
    .discover__content h5 {
        text-align: left;
        font-size: 12px;
    }

    .discover__content p {
        font-size: 1rem;
    }
}

.discover__content p a {
    color: #fee196 !important;
}

@media (max-width: 991.98px) {
    .discover__content p a {
        display: block;
    }
}

.moreview .moreviewList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [6];
    grid-template-columns: repeat(6, 1fr);
    position: relative;
    overflow: hidden;
    -webkit-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1rem;
}

@media (max-width: 575.98px) {
    .moreview .moreviewList {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .moreview .moreviewList {
        -ms-grid-columns: (1fr) [3];
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 992px) and (max-width: 1299.98px) {
    .moreview .moreviewList {
        -ms-grid-columns: (1fr) [5];
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (min-width: 1300px) and (max-width: 1531.98px) {
    .moreview .moreviewList {
        -ms-grid-columns: (1fr) [5];
        grid-template-columns: repeat(5, 1fr);
    }
}

.moreview .moreviewList li {
    width: 100%;
}

.moreview .moreviewList li .gallery__content__slider__single__img img {
    width: 100%;
}

.moreview .gallery__content::after {
    content: none;
}

.moreview .moreviewPromotion {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 575.98px) {
    .moreview .moreviewPromotion {
        -ms-grid-columns: (1fr) [1];
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .moreview .moreviewPromotion {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) and (max-width: 1299.98px) {
    .moreview .moreviewPromotion {
        -ms-grid-columns: (1fr) [3];
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1300px) and (max-width: 1531.98px) {
    .moreview .moreviewPromotion {
        -ms-grid-columns: (1fr) [3];
        grid-template-columns: repeat(3, 1fr);
    }
}

.moreview .moreviewPromotion .gallery__content__slider__single {
    width: 100%;
}

@media (max-width: 575.98px) {
    .moreview .moreviewPromotion .gallery__content__slider__single__img {
        height: auto;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .moreview .moreviewPromotion .gallery__content__slider__single__text p {
        font-size: 0.65rem;
    }
}

.moreview .moreviewAction {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 575.98px) {
    .moreview .moreviewAction {
        -ms-grid-columns: (1fr) [1];
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .moreview .moreviewAction {
        -ms-grid-columns: (1fr) [1];
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (min-width: 992px) and (max-width: 1299.98px) {
    .moreview .moreviewAction {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1300px) and (max-width: 1531.98px) {
    .moreview .moreviewAction {
        -ms-grid-columns: (1fr) [3];
        grid-template-columns: repeat(3, 1fr);
    }
}

.moreview .moreviewAction .gallery__content__slider__single {
    width: 100%;
}

@media (max-width: 575.98px) {
    .moreview .moreviewAction .gallery__content__slider__single__img {
        height: auto;
    }
}

.moreview .moreviewAction .gallery__content__slider__single__text {
    min-height: 100%;
}

@media (min-width: 1300px) and (max-width: 1531.98px) {
    .moreview .moreviewAction .gallery__content__slider__single__text .top img {
        width: 4rem;
    }
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 18px;
    scroll-behavior: smooth;
}

@media (max-width: 575.98px) {
    html {
        font-size: 12px;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1299.98px) {
    html {
        font-size: 12px;
    }
}

@media (min-width: 1300px) and (max-width: 1531.98px) {
    html {
        font-size: 15px;
    }
}

@media (min-width: 1532px) and (max-width: 1698.99px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 2500px) {
    html {
        font-size: 20px;
    }
}

@media (max-width: 320px) {
    html {
        font-size: 9px;
    }
}

@media (min-width: 321px) and (max-width: 376px) {
    html {
        font-size: 10px;
    }
}

body {
    font-family: 'Hero New Regular', sans-serif;
    font-weight: 400;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(19.93%, #133f6c),
        color-stop(55.61%, #131b43),
        to(#141729)
    );
    background: linear-gradient(
        180deg,
        #133f6c 19.93%,
        #131b43 55.61%,
        #141729
    );
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    scrollbar-color: #ffffff;
    scrollbar-width: thin;
}

::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #1a1e31;
}

::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 2px;
    margin: 0;
}

::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    margin: 0;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a,
select,
input,
textarea,
button {
    outline: none !important;
    text-decoration: none;
}

.btn:focus,
.btn.focus,
.form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: none;
}

.container {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0 30px;
    margin: 0 auto;
}

@media (max-width: 575.98px) {
    .container {
        padding: 0 1rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .container {
        padding: 0 20px;
    }
}

.main-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    vertical-align: middle;
    padding: 0.3125rem 1.5625rem;
    min-height: 2.5rem;
    min-width: 6.5625rem;
    -webkit-transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    transition: background-color 0.3s ease, box-shadow 0.3s ease,
        -webkit-box-shadow 0.3s ease;
    cursor: pointer;
    text-transform: capitalize;
    text-shadow: none;
    border-radius: 1.875rem;
    border: none;
    margin: 0;
    backface-visibility: hidden;
}

.btn1 {
    font-family: 'Hero New Medium', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    background: #ba9d64 -webkit-gradient(linear, left top, right top, from(#ba9d64), color-stop(95.95%, #fbe3a3));
    background: #ba9d64 linear-gradient(90deg, #ba9d64, #fbe3a3 95.95%);
    color: #132851;
}

.btn1:hover,
.btn1:active,
.btn1:focus {
    background: #ba9d64 -webkit-gradient(linear, left top, right top, from(#cdb077), color-stop(95.95%, #ffebb6));
    background: #ba9d64 linear-gradient(90deg, #cdb077, #ffebb6 95.95%);
    color: #1a1e31 !important;
    outline: none !important;
}

.btn2 {
    font-family: 'Hero New Medium', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    background: #222535;
    color: #ffffff;
}

@media (max-width: 991.98px) {
    .main-btn {
        font-size: 12px;
        line-height: 16.8px;
        min-height: 36px;
    }
}

.btn2:hover,
.btn2:active,
.btn2:focus {
    background: #21263d;
    color: #ffffff !important;
    outline: none !important;
}

.btn3 {
    font-family: 'Hero New Bold', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.3;
    background: linear-gradient(
        76.87deg,
        rgba(255, 255, 255, 0.3) -7.84%,
        rgba(255, 255, 255, 0) 109.62%,
        rgba(255, 255, 255, 0.26) 109.62%
    );
    border: 0.125rem solid rgba(255, 255, 255, 0.3);
    color: #fee196;
}

.btn3:hover,
.btn3:active,
.btn3:focus {
    background: #21263d;
    color: #ffffff !important;
    outline: none !important;
}

.btn4 {
    font-family: 'Hero New ExtraBold', sans-serif;
    font-size: 0.75rem;
    font-weight: 800;
    line-height: 1rem;
    width: 4.5rem;
    min-height: 2.0625rem;
    border-radius: 1.875rem;
    color: #1a1e31;
    background: #ffebb6;
    padding: 0.3125rem 1.25rem;
    text-transform: capitalize;
    cursor: pointer;
}

.btn4:hover,
.btn4:active,
.btn4:focus {
    background: #ffebb5;
    color: #1a1e31 !important;
    outline: none !important;
}

.btnArrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fbe3a3),
        to(#ba9d64)
    ) !important;
    background: linear-gradient(180deg, #fbe3a3 0%, #ba9d64 100%) !important;
    padding: 0.1875rem;
    width: 2.125rem;
    height: 2.125rem;
    border-radius: 0.25rem;
    border: none;
    outline: none;
    color: #1a1e31;
    cursor: pointer;
}

.h2Title {
    font-family: 'Hero New SemiBold', sans-serif;
    font-size: 25px;
    line-height: normal;
}

@media (max-width: 575.98px) {
    .h2Title {
        font-size: 16px;
    }
}

.d-sm-block {
    display: block;
}

@media (max-width: 991.98px) {
    .d-sm-block {
        display: none;
    }
}

.d-sm-none {
    display: none;
}

@media (max-width: 991.98px) {
    .d-sm-none {
        display: block;
    }
}

.viewMore {
    font-size: 1rem;
    color: #ffffff;
}

@media (max-width: 575.98px) {
    .viewMore {
        font-size: 0.75rem;
    }
}

.viewMore:hover {
    color: #ffffff;
}

.layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    padding-left: 12rem;
}

@media (max-width: 991.98px) {
    .layout {
        padding-left: 0;
    }
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100vh;
    width: 12rem;
    padding: 0;
    margin: 0;
    background-color: #1a1e31;
    z-index: 1001;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.nav-open {
    width: 100%;
    background-color: #21263d;
}

.nav-open li {
    border-bottom: 1px solid rgba(152, 182, 217, 0.2);
    padding: 0.5rem 0;
    text-align: start;
    font-size: 2rem;
    padding-left: 2rem;
}

@media (max-width: 991.98px) {
    .header {
        -webkit-transform: translateX(-15rem);
        transform: translateX(-15rem);
    }
}

.header .header__wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 2.5rem 1.125rem 1.5625rem;
    z-index: 5;
    overflow-y: auto;
}

@media (max-width: 991.98px) {
    .header .header__wrap {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
}

.header .header__wrap__top {
    margin-bottom: 1.75rem;
    margin-top: 1rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .header .header__wrap__top {
        margin-top: 3rem;
    }
}

.header .header__wrap__top .logo img {
    width: 7.9375rem;
    height: auto;
}

@media (max-width: 991.98px) {
    .header .header__wrap__auth {
        display: none;
    }
}

.header .header__wrap__auth button {
    margin: 0.25rem 0;
}

.link__join {
    color: #132851;
}

.link__log-in {
    color: #ffffff;
}

.header .header__wrap__menu ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991.98px) {
    .header .header__wrap__menu ul {
        margin-top: 1rem;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.header .header__wrap__menu ul li {
    margin-top: 0.75rem;
}

.header .header__wrap__menu ul li a {
    font-family: 'Hero New SemiBold', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    color: #ffffff !important;
    position: relative;
}

.nav-open .header__wrap__menu ul li a {
    font-family: 'Hero New SemiBold', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: normal;
    color: #ffffff !important;
    position: relative;
}

@media (min-width: 992px) {
    .header .header__wrap__menu ul li a:hover {
        color: #ffffff;
    }
    .header .header__wrap__menu ul li a:hover::after {
        width: 100%;
        left: 0;
    }
    .header .header__wrap__menu ul li a::after {
        content: '';
        background: none repeat scroll 0 0 rgba(255, 255, 255, 0);
        bottom: -0.125rem;
        display: block;
        height: 0.0625rem;
        left: 50%;
        position: absolute;
        background: #ffffff;
        -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
        transition: width 0.3s ease 0s, left 0.3s ease 0s;
        width: 0;
    }
}

.header .header__wrap__menu ul .active a {
    color: #fee196 !important;
}

.header .header__footer {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 5;
}

.header .header__footer__languages {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: auto;
    min-width: 100%;
    padding: 0;
    margin: 0;
    background-color: #21263d;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 991.98px) {
    .header .header__footer__languages {
        display: none;
        margin-bottom: 1rem;
    }
}

.header .header__footer__languages ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.375rem 0.4375rem;
    margin: 0;
    width: auto;
    min-width: 100%;
    overflow: hidden;
    overflow-y: auto;
    max-height: 10rem;
}

.header .header__footer__languages ul li {
    display: block;
    width: 25%;
    padding: 0;
    margin: 0;
}

.header .header__footer__languages ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0.375rem 0.3125rem;
    margin: 0;
    text-decoration: none;
    outline: none;
    border-radius: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    cursor: pointer;
    text-align: center;
    background: transparent;
    color: #ffffff;
}

.header .header__footer__languages ul li a .content {
    display: block;
}

.header .header__footer__languages ul li a .content .icon {
    display: inline-block;
    vertical-align: top;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 0.75rem;
    overflow: hidden;
}

.header .header__footer__languages ul li a .content .icon img {
    width: 100%;
    height: auto;
}

.header .header__footer__languages ul li a .content h4 {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0.25rem 0 0;
    max-width: 100%;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 0.625rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header .header__footer .lang-open1 {
    display: block;
}

@media (max-width: 991.98px) {
    .header .header__footer .lang-open1 {
        display: none;
    }
}

.header .header__footer__locales {
    background: rgba(44, 50, 79, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

@media (max-width: 991.98px) {
    .header .header__footer__locales {
        display: none;
    }
}

.header .header__footer__locales__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0.625rem 1rem;
    /* cursor: pointer; */
}

.header .header__footer__locales__content .option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header__footer__locales__content .option .country {
    display: inline-block;
    vertical-align: top;
    width: 1.5rem;
    border-radius: 50%;
    overflow: hidden;
}

.header .header__footer__locales__content .option .country img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.header .header__footer__locales__content .option span {
    margin: 0.1875rem 0 0 0.5rem;
    line-height: 1;
    font-size: 0.75rem;
    font-family: 'Hero New SemiBold', sans-serif;
}

.header .header__footer__locales__content .caret .arrow {
    width: 0.65rem;
    height: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header .header__footer__locales .active .caret .arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header .header__footer__download {
    padding: 2rem 1.1215rem;
}

@media (max-width: 991.98px) {
    .header .header__footer__download {
        padding: 0 1.1215rem;
    }
}

.nav-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.mobileHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    background-color: #1a1e31;
    z-index: 9999;
    text-align: center;
    overflow: hidden;
    padding: 1.5rem 0.625rem;
    align-items: center;
}

@media (min-width: 768px) {
    .mobileHeader {
        top: 0;
        height: 60px;
        padding: 10px 20px;
    }
}

@media (min-width: 992px) {
    .mobileHeader {
        display: none;
    }
}

.mobileHeader__logo {
    display: none;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .mobileHeader {
        flex-direction: row-reverse;
    }

    .mobileHeader__logo {
        display: block;
        margin-right: 30%;
    }
}

.mobileHeader__footer {
    width: 5.5rem;
}

.mobileHeader__footer__locales__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.625rem 0.85rem;
    /* cursor: pointer; */
}

.mobileHeader__footer__locales__content .option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobileHeader__footer__locales__content .option .country {
    display: inline-block;
    vertical-align: top;
    width: 1.95rem;
    border-radius: 50%;
    overflow: hidden;
}

.mobileHeader__footer__locales__content .option .country img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.mobileHeader__footer__locales__content .caret .arrow {
    width: 0.85rem;
    height: auto;
}

.mobileHeader__footer__locales .active .caret .arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mobileHeader__btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mobileHeader__btn__top .logo img {
    width: 7.9375rem;
    height: auto;
}

.mobileHeader__btn__auth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 85%;
    margin: 0 auto;
}

.mobileHeader__btn__auth button {
    margin: 0 0.5rem;
}

.mobileHeader__popNav {
    width: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobileHeader__popNav__toggler {
    cursor: pointer;
}

.mobileHeader__popNav__toggler__inner {
    position: relative;
    z-index: 9999;
    width: 24px;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.mobileHeader__popNav__toggler__inner i {
    width: 24px;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    position: relative;
    display: block;
    height: 3px;
    background-color: #ffffff;
}

@media (max-width: 575.98px) {
    .mobileHeader__popNav__toggler__inner i {
        width: 20px;
        height: 2px;
    }
}

.mobileHeader__popNav__toggler__inner i:not(:last-child) {
    margin-bottom: 4px;
}

.mobileHeader__popNav__toggler__inner i:first-child {
    width: 14.4px;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

@media (max-width: 575.98px) {
    .mobileHeader__popNav__toggler__inner i:first-child {
        width: 11px;
        height: 2px;
    }
}

.mobileHeader__popNav__toggler__inner i:last-child {
    width: 14.4px;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

@media (max-width: 575.98px) {
    .mobileHeader__popNav__toggler__inner i:last-child {
        width: 11px;
        height: 2px;
    }
}

.mobileHeader__popNav__toggler .active i:first-child {
    width: 20px;
}

.mobileHeader__popNav__toggler .active i:last-child {
    width: 20px;
}

.mobileLanguage {
    display: none;
    position: fixed;
    bottom: 5rem;
    left: 1rem;
    width: 10rem;
    max-height: 11rem;
    padding: 0;
    margin: 0;
    background-color: #21263d;
    z-index: 10000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (min-width: 992px) {
    .mobileLanguage {
        display: none;
    }
}

.mobileLanguage ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.375rem 0.4375rem;
    margin: 0;
    width: auto;
    min-width: 100%;
    overflow: hidden;
    overflow-y: auto;
    max-height: 11rem;
}

.mobileLanguage ul li {
    display: block;
    width: 30%;
    padding: 0;
    margin: 0;
}

.mobileLanguage ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0.375rem 0.3125rem;
    margin: 0;
    text-decoration: none;
    outline: none;
    border-radius: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    cursor: pointer;
    text-align: center;
    background: transparent;
    color: #ffffff;
}

.mobileLanguage ul li a .content {
    display: block;
}

.mobileLanguage ul li a .content .icon {
    display: inline-block;
    vertical-align: top;
    width: 2rem;
    height: 2rem;
    border-radius: 0.75rem;
    overflow: hidden;
}

.mobileLanguage ul li a .content .icon img {
    width: 100%;
    height: auto;
}

.mobileLanguage ul li a .content h4 {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0.25rem 0 0;
    max-width: 100%;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 8px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .mobileLanguage {
        top: 60px;
        right: 20px;
        left: auto;
        bottom: auto;
    }
}

.lang-open2 {
    display: block;
}

@media (min-width: 992px) {
    .lang-open2 {
        display: none;
    }
}

.footer {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(20, 63, 108, 0.5)),
        to(rgba(26, 30, 49, 0))
    );
    background: linear-gradient(
        180deg,
        rgba(20, 63, 108, 0.5) 0%,
        rgba(26, 30, 49, 0) 100%
    );
    position: relative;
    overflow: hidden;
    padding: 2rem 0 0 0;
    margin: 2rem 0 0 0;
}

@media (max-width: 575.98px) {
    .footer {
        padding-bottom: 7rem;
    }
}

.footer__links {
    padding: 2rem 0;
}

.footer__links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__links ul li {
    margin: 0 0.5rem;
}

.footer__links ul li a {
    font-size: 14px;
    color: #ffffff;
}

@media (max-width: 575.98px) {
    .footer__links ul li a {
        font-size: 1.35rem;
    }
}

.footer__links__top {
    margin-bottom: 0.5rem;
}

.footer__links__top li a {
    font-weight: 600;
}

.footer__links__below {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer__links__below li {
    margin: 1rem 1rem 0.25rem 1rem !important;
}

@media (max-width: 575.98px) {
    .footer__links__below li {
        margin: 0.5rem 0.5rem 0.25rem 0.5rem !important;
    }
}

.footer__links__below li a {
    font-weight: 400;
    opacity: 0.5;
}

.footer__payments {
    padding: 2rem 0;
    text-align: center;
}

.footer__payments p {
    font-size: 12px;
    font-weight: 600;
    color: #fee196;
    padding-bottom: 2rem;
}

.footer__payments .show {
    font-size: 1.5rem;
    color: #fee196;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.footer__payments ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}

.footer__payments ul li {
    margin: 0 1rem;
}

.footer__payments ul li a {
    font-size: 0.75rem;
    color: #ffffff;
}

.footer__payments__top__row {
    margin-bottom: 0.75rem;
}

.footer__payments__top__row .secure {
    margin: 0 1rem;
}

.footer__payments__top__row .secure li img {
    width: 5.0681rem;
    height: 2.3462rem;
}

@media (max-width: 575.98px) {
    .footer__payments__top__row .secure li img {
        width: 4rem;
    }
}

.footer__payments__top__row .best {
    width: 95%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 575.98px) {
    .footer__payments__top__row .best {
        width: 100%;
    }
}

.footer__payments__top__row .best li img {
    width: 7.1787rem;
    height: auto;
}

@media (max-width: 575.98px) {
    .footer__payments__top__row .best li img {
        width: 5.5rem;
    }
}

.footer__content {
    text-align: center;
    color: #656d7d;
}

.footer__content img {
    width: 60px;
    height: auto;
}

@media (max-width: 575.98px) {
    .footer__content img {
        width: 6rem;
    }
}

.footer__content h5 {
    font-size: 12px;
    line-height: 2;
    margin: 1rem 0;
    margin-bottom: 3rem;
}

.footer__content p {
    font-size: 12px;
    margin-bottom: 3rem;
}

.footer__content p span {
    color: #fee196;
}

/* @media (max-width: 991.98px) {
    .footer__content p span {
        display: block;
    }
} */

.auth {
    position: fixed;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    z-index: 1050;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-y: auto;
    overflow-x: hidden;
    visibility: hidden;
}

.auth::after {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    opacity: 0.6;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    z-index: -1;
    background: #1a1e31;
}

.auth__content {
    margin: auto;
    width: calc(100% - 1.25rem);
    max-width: 25rem;
}

@media (max-width: 575.98px) {
    .auth__content {
        max-width: 80%;
    }
}

.auth__content__body {
    position: relative;
    background-color: #1a1e31;
    padding: 1.875rem 0.75rem;
    -webkit-transform: translateY(-1.25rem);
    transform: translateY(-1.25rem);
    border-radius: 0.25rem;
}

.auth__content__body .close {
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    top: 0.5rem;
    left: calc(100% + 0.5rem);
    opacity: 0.5;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    cursor: pointer;
}

.auth__content__body .close:hover {
    opacity: 1;
}

.auth__content__body__mode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: none;
}

.auth__content__body .authHeader {
    margin-bottom: 1.5rem;
    text-align: center;
}

.auth__content__body .authHeader h2 {
    font-family: 'Hero New Bold', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 1rem;
}

.auth__content__body .authHeader h5 {
    font-family: 'Hero New Bold', sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
}

.auth__content__body .authHeader img {
    width: 12rem;
    height: auto;
}

.auth__content__body .authForm {
    width: 90%;
    text-align: center;
}

.auth__content__body .authForm__element {
    margin-bottom: 1rem;
    position: relative;
}

.auth__content__body .authForm__element input,
.auth__content__body .authForm__element select {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0.125rem 0;
    height: 2.5rem;
    line-height: 1;
    font-family: 'Hero New Medium', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    text-align: left;
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    outline: none;
    background-color: transparent;
    color: #ffffff;
    background: #2d3558;
    padding: 0 1rem;
    border-radius: 0.5rem;
    border: none;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.65);
}

.auth__content__body .authForm__element input::-webkit-input-placeholder,
.auth__content__body .authForm__element select::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.65);
}

.auth__content__body .authForm__element input:-ms-input-placeholder,
.auth__content__body .authForm__element select:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.65);
}

.auth__content__body .authForm__element input::-ms-input-placeholder,
.auth__content__body .authForm__element select::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.65);
}

.auth__content__body .authForm__element input::placeholder,
.auth__content__body .authForm__element select::placeholder {
    color: rgba(255, 255, 255, 0.65);
}

.auth__content__body .authForm__element input option:not(:first-of-type),
.auth__content__body .authForm__element select option:not(:first-of-type) {
    color: #ffffff;
}

.auth__content__body .authForm__element select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.auth__content__body .authForm__element select ::-ms-expand {
    display: none;
}

.auth__content__body .authForm__element .eye {
    position: absolute;
    width: 1.125rem;
    height: auto;
    right: 1rem;
    top: 0.75rem;
    opacity: 0.5;
    cursor: pointer;
}

.auth__content__body .authForm__element .caret {
    width: 1.125rem;
    height: auto;
    position: absolute;
    right: 0.75rem;
    top: 0.7rem;
}

.auth__content__body .authForm .two__halves {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.auth__content__body .authForm .two__halves .half {
    width: 48%;
}

.auth__content__body .authForm .terms {
    text-align: left;
}

.auth__content__body .authForm .terms li {
    font-size: 0.6rem;
    line-height: 1.5;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    text-align: left;
    margin-bottom: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0.8;
}

.auth__content__body .authForm .terms li a {
    color: #ffffff;
    text-decoration: underline;
}

.auth__content__body .authForm .terms li input {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    width: 1.25rem;
    height: auto;
    font-size: 0.5rem;
    color: #ffffff;
    border-radius: 0.1875rem;
    overflow: hidden;
    padding: 0;
    margin: 0 0.625rem 0 0;
    background: tranparent none;
    border: 0.125rem solid rgba(255, 255, 255, 0.8);
}

.auth__content__body .authForm button {
    width: auto;
    margin: 1.5rem 0;
}

.auth__content__body .authForm__link span {
    font-size: 0.75rem;
}

.auth__content__body .authForm__link a,
.auth__content__body .authForm__link button {
    background: none;
    border: none;
    font-size: 0.75rem;
    color: #fbe3a3;
    font-weight: 400;
    cursor: pointer;
}

.auth__content__body .authForm__link a:hover,
.auth__content__body .authForm__link button:hover {
    text-decoration: underline;
}

.auth__content__body .authForm__link button {
    margin: 0;
}

.visible {
    visibility: visible;
}

.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/*# sourceMappingURL=style.css.map */
